Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Websocket behavior #8

Merged
merged 38 commits into from
Nov 15, 2023
Merged

Websocket behavior #8

merged 38 commits into from
Nov 15, 2023

Conversation

daveminer
Copy link
Owner

No description provided.

Copy link

Tests summary

Finished in 0.3 seconds (0.3s async, 0.00s sync)
Randomized with seed 370454

0 feature tests, 0 doctests, 9 tests, 0 failures
9.2% coverage (0% is the minimum)

Coverage details

----------------
COV    FILE                                        LINES RELEVANT   MISSED
  0.0% deps/pow/lib/pow/extension/phoenix/route      111        1        1
  0.0% lib/basket.ex                                   9        0        0
  0.0% lib/basket/alpaca/http/client.ex               54       12       12
 75.0% lib/basket/application.ex                      44        8        2
  0.0% lib/basket/mailer.ex                            5        0        0
  0.0% lib/basket/repo.ex                              5        0        0
  0.0% lib/basket/users/user.ex                       21        2        2
  4.0% lib/basket/websocket/alpaca.ex                123       25       24
  0.0% lib/basket/websocket/alpaca/impl.ex            71       22       22
100.0% lib/basket_web.ex                             131        2        0
100.0% lib/basket_web/components/card.ex              56        5        0
  0.0% lib/basket_web/components/core_component      737      169      169
  0.0% lib/basket_web/components/dark_mode_togg       23        1        1
  0.0% lib/basket_web/components/layouts.ex            7        0        0
  0.0% lib/basket_web/components/nav_row.ex           17        1        1
  0.0% lib/basket_web/components/search_input.e       53        8        8
100.0% lib/basket_web/controllers/error_html.ex       19        1        0
100.0% lib/basket_web/controllers/error_json.ex       15        1        0
  0.0% lib/basket_web/controllers/page_controll        9        1        1
  0.0% lib/basket_web/controllers/page_html.ex         5        0        0
  0.0% lib/basket_web/controllers/pow_invitatio        5        0        0
  0.0% lib/basket_web/controllers/pow_reset_pas        5        0        0
  0.0% lib/basket_web/controllers/unauthenticat       13        1        1
  0.0% lib/basket_web/endpoint.ex                     52        0        0
  0.0% lib/basket_web/gettext.ex                      24        0        0
  0.0% lib/basket_web/live/demo.ex                    35        4        4
 11.9% lib/basket_web/live/overview.ex               152       42       37
  0.0% lib/basket_web/mails/pow/mailer.ex             20        2        2
  0.0% lib/basket_web/mails/pow_email_confirmat       23        2        2
  0.0% lib/basket_web/mails/pow_invitation_mail       25        4        4
  0.0% lib/basket_web/mails/pow_reset_password_       26        4        4
  0.0% lib/basket_web/router.ex                       70        6        6
 80.0% lib/basket_web/telemetry.ex                    96        5        1
 37.5% priv/catalogue/basket_web/components/car       68        8        5
  0.0% priv/catalogue/basket_web/components/car       21        0        0
100.0% test/support/conn_case.ex                      38        2        0
 28.5% test/support/data_case.ex                      60        7        5
[TOTAL]   9.2%
----------------

@daveminer daveminer merged commit 50e6d75 into main Nov 15, 2023
1 check passed
@daveminer daveminer deleted the websocket-behavior branch November 15, 2023 06:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant